home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / v cisle / robocopy / rktools.exe / RCDATA / CABINET / rktools.msi / ClusFilePort.inf < prev    next >
Windows Setup INFormation  |  2003-04-18  |  1KB  |  43 lines

  1. ; ClusFilePort.INF
  2. ;
  3. ; Print Port monitor that provides support for FILE: and filename ports on Clustered Print servers
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%MS%
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. DriverVer=07/26/2002,5.1.3663.0
  12.  
  13. ;;
  14. ;; DefaultInstall allows right-click Install, but requires spooler restart
  15. ;;
  16. ;; [DefaultInstall]
  17. ;; CopyFiles      = @ClusFilePort.dll
  18.  
  19.  
  20. ;; To install a port monitor, open the Printers folder in the Control Panel.
  21. ;; On the Printers folder's File menu, select Server Properties.
  22. ;; On the File Server Properties dialog, click the Ports tab, and then click the Add Port... button.
  23. ;; On the Printer Ports dialog, click the New Port Type... button.
  24. ;; Type the path to the INF file in the text input box, and then click OK
  25. ;;
  26. [PortMonitors]
  27. %MonitorName%  = ClusFilePort
  28.  
  29. [ClusFilePort]
  30. CopyFiles      = @ClusFilePort.dll
  31. PortMonitorDll = ClusFilePort.dll
  32.  
  33. [DestinationDirs]
  34. DefaultDEstination=
  35.  
  36. ;
  37. ; Localizable Strings
  38. ;
  39. [Strings]
  40. MS="Microsoft Windows Print Team"
  41. MonitorName="Cluster File Ports"
  42.  
  43.